Removed false comment, we no longer use file cache for action=raw calls.
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 6 Feb 2012 11:35:24 +0000 (11:35 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 6 Feb 2012 11:35:24 +0000 (11:35 +0000)
includes/cache/HTMLFileCache.php

index b846e41..37d0adc 100644 (file)
@@ -71,7 +71,6 @@ class HTMLFileCache extends FileCacheBase {
                        if ( $query === 'title' || $query === 'curid' ) {
                                continue; // note: curid sets title
                        // Normal page view in query form can have action=view.
-                       // Raw hits for pages also stored, like .css pages for example.
                        } elseif ( $query === 'action' && in_array( $val, self::cacheablePageActions() ) ) {
                                continue;
                        // Below are header setting params